net/http.http2Server.group (field)

10 uses

	net/http (current package)
		h2_bundle.go#L4229: 	group http2synctestGroupInterface
		h2_bundle.go#L4233: 	if s.group != nil {
		h2_bundle.go#L4234: 		s.group.Join()
		h2_bundle.go#L4239: 	if s.group != nil {
		h2_bundle.go#L4240: 		return s.group.Now()
		h2_bundle.go#L4247: 	if s.group != nil {
		h2_bundle.go#L4248: 		return s.group.NewTimer(d)
		h2_bundle.go#L4255: 	if s.group != nil {
		h2_bundle.go#L4256: 		return s.group.AfterFunc(d, f)
		h2_bundle.go#L4488: 		bw:                          http2newBufferedWriter(s.group, c, conf.WriteByteTimeout),